home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue55 / Splat / soundres.rc < prev    next >
Encoding:
Text File  |  2000-01-26  |  1.5 KB  |  59 lines

  1. A WAVE "Sounds\A.WAV"
  2. B WAVE "Sounds\B.WAV"
  3. C WAVE "Sounds\C.WAV"
  4. D WAVE "Sounds\D.WAV"
  5. E WAVE "Sounds\E.WAV"
  6. F WAVE "Sounds\F.WAV"
  7. G WAVE "Sounds\G.WAV"
  8. H WAVE "Sounds\H.WAV"
  9. I WAVE "Sounds\I.WAV"
  10. J WAVE "Sounds\J.WAV"
  11. K WAVE "Sounds\K.WAV"
  12. L WAVE "Sounds\L.WAV"
  13. M WAVE "Sounds\M.WAV"
  14. N WAVE "Sounds\N.WAV"
  15. O WAVE "Sounds\O.WAV"
  16. P WAVE "Sounds\P.WAV"
  17. Q WAVE "Sounds\Q.WAV"
  18. R WAVE "Sounds\R.WAV"
  19. S WAVE "Sounds\S.WAV"
  20. T WAVE "Sounds\T.WAV"
  21. U WAVE "Sounds\U.WAV"
  22. V WAVE "Sounds\V.WAV"
  23. W WAVE "Sounds\W.WAV"
  24. X WAVE "Sounds\X.WAV"
  25. Y WAVE "Sounds\Y.WAV"
  26. Z WAVE "Sounds\Z.WAV"
  27.  
  28. DIGIT0 WAVE "Sounds\0.WAV"
  29. DIGIT1 WAVE "Sounds\1.WAV"
  30. DIGIT2 WAVE "Sounds\2.WAV"
  31. DIGIT3 WAVE "Sounds\3.WAV"
  32. DIGIT4 WAVE "Sounds\4.WAV"
  33. DIGIT5 WAVE "Sounds\5.WAV"
  34. DIGIT6 WAVE "Sounds\6.WAV"
  35. DIGIT7 WAVE "Sounds\7.WAV"
  36. DIGIT8 WAVE "Sounds\8.WAV"
  37. DIGIT9 WAVE "Sounds\9.WAV"
  38. NUMPAD0 WAVE "Sounds\0.WAV"
  39. NUMPAD1 WAVE "Sounds\1.WAV"
  40. NUMPAD2 WAVE "Sounds\2.WAV"
  41. NUMPAD3 WAVE "Sounds\3.WAV"
  42. NUMPAD4 WAVE "Sounds\4.WAV"
  43. NUMPAD5 WAVE "Sounds\5.WAV"
  44. NUMPAD6 WAVE "Sounds\6.WAV"
  45. NUMPAD7 WAVE "Sounds\7.WAV"
  46. NUMPAD8 WAVE "Sounds\8.WAV"
  47. NUMPAD9 WAVE "Sounds\9.WAV"
  48.  
  49. /*
  50.  * Download sample .WAV files from the web and
  51.  * use them for sound effects. Try the following web sites:
  52.  * http://www.novadevcorp.com/products/kaboomwin/index.html
  53.  * http://www.softseek.com/Home_Family_and_Leisure/Music/Sound_File_Collections/Review_6120_index.html
  54.  *
  55.  * Then add special keys, e.g.,
  56. F1          WAVE "Sounds\Rooster.wav"
  57. Enter       WAVE "Sounds\Wow.wav"
  58.  */
  59.